home *** CD-ROM | disk | FTP | other *** search
/ Canadian Forces: A World of Opportunities / CanadianForces-AWorldOfOpportunities-WinMac.bin / 05_WhatsForMe_FR.swf / scripts / frame_1 / PlaceObject2_166_109 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2006-07-19  |  245b  |  11 lines

  1. onClipEvent(enterFrame){
  2.    loaded = _root.getBytesLoaded();
  3.    percent = int(loaded / total * 100);
  4.    text = percent + "%";
  5.    this.gotoAndStop(percent);
  6.    if(loaded == total and total > 380)
  7.    {
  8.       _root.gotoAndPlay(2);
  9.    }
  10. }
  11.